home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000328_news@columbia.edu _Tue Feb 20 11:46:24 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA09615
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 20 Feb 2001 11:46:23 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA03096
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 20 Feb 2001 11:46:22 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA07923
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 20 Feb 2001 11:27:17 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: how to "batch" telnet
  14. Date: 20 Feb 2001 16:27:15 GMT
  15. Organization: Columbia University
  16. Message-ID: <96u5t3$7ng$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <982681898.619802@ns0.klm.nl>,
  20. Robert Wielinga <rwielinga@bigfoot.com> wrote:
  21. : "Nicolas Bragard" <nicolas.bragard@st-ingenierie.fr> wrote in message
  22. : news:lstk6.452$8g3.1733717@nnrp1.proxad.net...
  23. : > I need to write a script to automate some telnet operation.
  24. : > ...
  25. : Hi, batching telnet sessions is very ugly, but sometimes necessary. Hence,
  26. : the following script is al;so very ugly. ...
  27. Batching Telnet (or, for that matter, FTP) need not be ugly at all.  All 
  28. that is required is a scriptable Telnet (and FTP) client, such as C-Kermit:
  29.  
  30.   http://www.columbia.edu/kermit/ckermit.html
  31.  
  32. You can find sample Telnet scripts here to help you get started:
  33.  
  34.   http://www.columbia.edu/kermit/ckscripts.html
  35.  
  36. Note: scriptable FTP is new to C-Kermit 7.1:
  37.  
  38.   http://www.columbia.edu/kermit/ck71.html
  39.  
  40. - Frank